home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CatalogId": "Long Integer",
- "Name": "Text (50)",
- "RecordSource": "Text (255)",
- "DefaultView": "Long Integer",
- "IconIndex": "Integer"
- },
- "data": [
- {
- "CatalogId": 1,
- "Name": "Customers",
- "RecordSource": "Customers",
- "IconIndex": 2
- },
- {
- "CatalogId": 2,
- "Name": "Suppliers",
- "RecordSource": "Suppliers",
- "IconIndex": 3
- },
- {
- "CatalogId": 3,
- "Name": "Employees",
- "RecordSource": "EmployeesView",
- "DefaultView": 8,
- "IconIndex": 4
- },
- {
- "CatalogId": 4,
- "Name": "Products",
- "RecordSource": "ProductsView",
- "IconIndex": 5
- },
- {
- "CatalogId": 5,
- "Name": "Orders",
- "RecordSource": "Orders",
- "IconIndex": 6
- }
- ]
- }